Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.0 #1

Merged

Conversation

willothy
Copy link
Member

@willothy willothy commented Nov 3, 2024

🤖 I have created a release beep boop

0.1.0 (2024-11-03)

Features

  • allow custom hasher implementations (0dbc985)

Bug Fixes

  • add crossbeam_utils dependency (f9ad383)
  • versioning for release-please (1d51202)

Performance Improvements

  • use hashbrown::HashTable for shards (f0d45f1)
  • use hashbrown::RawTable + dashmap's shard selection strategy (c47f3ef)

This PR was generated with Release Please. See documentation.


Important

Release version 0.1.0 with custom hasher support, bug fixes, and performance improvements using hashbrown.

  • Release:
    • Update version to 0.1.0 in Cargo.toml and Cargo.lock.
  • Features:
    • Allow custom hasher implementations.
  • Bug Fixes:
    • Add crossbeam_utils dependency.
    • Fix versioning for release-please.
  • Performance Improvements:
    • Use hashbrown::HashTable for shards.
    • Use hashbrown::RawTable with dashmap's shard selection strategy.

This description was created by Ellipsis for a04c699. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 5fd5b71 in 6 seconds

More details
  • Looked at 65 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. .release-please-manifest.json:7
  • Draft comment:
    Redundant version entry. The version is specified twice, which is unnecessary and could lead to confusion. Consider removing one of the entries.
  • Reason this comment was not posted:
    Confidence changes required: 50%
    The manifest file has a redundant entry for the version. The version is specified twice, which is unnecessary and could lead to confusion.

Workflow ID: wflow_BKCfkkz6ZgGXxITu


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@willothy willothy force-pushed the release-please--branches--main--components--whirlwind branch from 5fd5b71 to cbaca87 Compare November 3, 2024 03:36
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on cbaca87 in 7 seconds

More details
  • Looked at 63 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. Cargo.toml:5
  • Draft comment:
    Ensure that the version update is consistent across all files, including documentation and any scripts that might reference the version.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The version update in Cargo.toml is consistent with the release version mentioned in the PR description and other files.

Workflow ID: wflow_cHgWetddcf3aywiq


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@willothy willothy changed the title chore(main): release 0.2.0-rc1 chore(main): release 0.1.0 Nov 3, 2024
@willothy willothy force-pushed the release-please--branches--main--components--whirlwind branch from cbaca87 to 6be794f Compare November 3, 2024 03:38
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on 6be794f in 6 seconds

More details
  • Looked at 53 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. CHANGELOG.md:20
  • Draft comment:
    Add a newline at the end of the file for consistency and to follow best practices.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The changelog is missing a newline at the end of the file, which is a common best practice for text files.

Workflow ID: wflow_cBRnWyIxqwEGoY2n


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@willothy willothy force-pushed the release-please--branches--main--components--whirlwind branch from 6be794f to 1f39cc5 Compare November 3, 2024 03:51
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on 1f39cc5 in 10 seconds

More details
  • Looked at 53 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. CHANGELOG.md:20
  • Draft comment:
    Add a newline at the end of the file for better formatting.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The changelog is missing a newline at the end of the file, which is a minor formatting issue.

Workflow ID: wflow_meoRJOmL8D6jwzDO


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@willothy willothy force-pushed the release-please--branches--main--components--whirlwind branch from 1f39cc5 to a04c699 Compare November 3, 2024 04:00
Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on a04c699 in 6 seconds

More details
  • Looked at 53 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. CHANGELOG.md:20
  • Draft comment:
    Add a newline at the end of the file for consistency and to follow best practices.
  • Reason this comment was not posted:
    Confidence changes required: 33%
    The changelog is missing a newline at the end of the file, which is a common best practice for text files.

Workflow ID: wflow_rIGOLkBoQOMRnx1g


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@willothy willothy merged commit a91219b into main Nov 3, 2024
2 checks passed
@willothy
Copy link
Member Author

willothy commented Nov 3, 2024

🤖 Created releases:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant